home *** CD-ROM | disk | FTP | other *** search
- Path: tank.news.pipex.net!pipex!iol!usenet
- From: derekh@iol.ie (Derek Hardiman)
- Newsgroups: comp.lang.c
- Subject: Variable paramater list macros
- Date: Mon, 08 Jan 1996 15:10:27 GMT
- Organization: Ireland On-Line
- Message-ID: <4crc3v$hm8@barnacle.iol.ie>
- NNTP-Posting-Host: dialup-087.dublin.iol.ie
- X-Newsreader: Forte Free Agent v0.55
-
- I want to replace a variable argument list function (which I use for
- debugging ) with a macro that does nothing.
-
- Unfortunately I can't remember how to write a macro that takes a
- variable number of paramaters ! Can you ?
-
- I don't want to write ten macros, each taking one more dummy paramater
- than the last.
-
- I know you could do it on MS C 7.0 (thats a long way back now !)
-
- Any help would be appreciated,
-
- Derek Hardiman.
-
-